Esx Settings OptionValue

Esx Settings OptionValue
Esx Settings OptionValue

Describes the key/value pair of an option.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "key": "string",
    "value": "string"
}
string
key
Required

The name of the option using dot notation to reflect the option's position in a hierarchy. For example, you might have an option called "Ethernet" and another option that is a child of that called "Connection". In this case, the key for the latter could be defined as "Ethernet.Connection"

This property was added in vSphere API 9.0.0.0.

string
value
Optional

The value of the option.

This property was added in vSphere API 9.0.0.0.

missing or null if value is undefined.